home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / docs.lha / latex-CLTL-sty / more-info.txt / node18_mn.html < prev    next >
Text File  |  1991-07-02  |  499b  |  17 lines

  1.  
  2. <H1><A ID="SECTION001100000000000000000">
  3. Multiple Values</A>
  4. </H1>
  5. <#2937#>multiple values<#2937#>
  6.  
  7. <P>
  8. Ordinarily the result of calling a Lisp function is a single Lisp object.
  9. Sometimes, however, it is convenient for a function to compute several
  10. objects and return them.
  11. Common Lisp provides a mechanism for handling multiple values directly.
  12. This mechanism is cleaner and more efficient than the usual tricks
  13. involving returning a list of results or stashing results in global
  14. variables.
  15.  
  16. <P>
  17.